c# httpclient post no content

104

c# httpclient post no content -

Task<HttpResponseMessage> task = client.PostAsync(url, null);

Comments

Submit
0 Comments